Package it.czerwinski.kotlin.util.control

Types

Link copied to clipboard
expect object NonFatal

Matcher for non-fatal Throwables.

actual object NonFatal

Matcher for non-fatal Throwables.

actual object NonFatal

Matcher for non-fatal Throwables. Will not match fatal errors like VirtualMachineError (for example, OutOfMemoryError, subclass of VirtualMachineError), ThreadDeath, LinkageError, InterruptedException.

actual object NonFatal

Matcher for non-fatal Throwables. Will not match fatal errors like OutOfMemoryError.